home *** CD-ROM | disk | FTP | other *** search
Microsoft Windows Help File Content | 2002-03-08 | 5.7 KB | 126 lines |
- :Base customsolutionwizard.HLP
- :Title Custom Solution Wizard
- 1 Product Information
- 2 About On-line Help=About_On-line_Help
- 2 What is the Custom Solution Wizard?=What_is_the_Custom_Solution_Wizard
- 2 Level Information=Level_Information
- 2 Pricing Information=Pricing_Information
- 2 Ordering Information=Ordering_Information
- 2 Contacting NeuroDimension=Contacting_NeuroDimension
- 2 Technical Support=Technical_Support
- 2 Other NeuroDimension Products=Other_NeuroDimension_Products
- 1 Getting Started
- 2 System Requirements=System_Requirements
- 2 Installation=Installation
- 2 Limitations of the Custom Solution Wizard=Limitations_of_the_Custom_Solution_Wizard
- 2 Running the Custom Solution Wizard=Running_the_Custom_Solution_Wizard
- 1 Wizard Panels
- 2 Choose Breadboard Type=Choose_Breadboard_Type_Panel
- 2 Select Existing Breadboard=Select_Existing_Breadboard_Panel
- 2 Data Flow=Data_Flow_Panel
- 2 Select Input Axon=Select_Input_Axon_Panel
- 2 Select Output Axon=Select_Output_Axon_Panel
- 2 Choose Project Type=Choose_Project_Type_Panel
- 2 Choose Project Location=Choose_Project_Location_Panel
- 1 Using the Generated DLL
- 2 Visual Basic and VBA
- 3 NeuroSolutions Object Library=NeuroSolutions_Object_Library
- 3 Protocol
- 4 NSLearningNetwork
- 5 NSLearningNetwork=NSLearningNetwork
- 5 Properties
- 6 dllPathName=dllPathName_Property
- 6 inputData=inputData_Property
- 6 desiredData=desiredData_Property
- 6 crossValidationEnabled=crossValidationEnabled_Property
- 6 crossValidationInputData=crossValidationInputData_Property
- 6 crossValidationDesiredData=crossValidationDesiredData_Property
- 6 saveBestWeightsEnabled=saveBestWeightsEnabled_Property
- 6 saveBestWeightsForTraining=saveBestWeightsForTraining_Property
- 6 bestWeightsPathName=bestWeightsPathName_Property
- 6 bestCost=bestCost_Property
- 6 epochOfBestCost=epochOfBestCost_Property
- 6 costData=costData_Property
- 6 crossValidationCostData=crossValidationCostData_Property
- 6 numberOfEpochsTrained=numberOfEpochsTrained_Property
- 6 autoComputeInputNormCoeff=autoComputeInputNormCoeff_Property
- 6 inputNormMin=inputNormMin_Property
- 6 inputNormMax=inputNormMax_Property
- 6 normalizeInputByChannel=normalizeInputByChannel_Property
- 6 autoComputeOutputNormCoeff=autoComputeOutputNormCoeff_Property
- 6 outputNormMin=outputNormMin_Property
- 6 outputNormMax=outputNormMax_Property
- 6 normalizeOutputByChannel=normalizeOutputByChannel_Property
- 6 messageErrors=messageErrors_Property
- 5 Methods
- 6 loadWeights=loadWeights_Method
- 6 saveWeights=saveWeights_Method
- 6 seedRandom=seedRandom_Method
- 6 randomizeWeights=randomizeWeights_Method
- 6 resetNetwork=resetNetwork_Method
- 6 train=train_Method
- 6 getResponse=getResponse_Method
- 6 getSensitivity=getSensitivity_Method
- 6 removeInputNormalization=removeInputNormalization_Method
- 6 removeOutputNormalization=removeOutputNormalization_Method
- 4 NSRecallNetwork
- 5 NSRecallNetwork=NSRecallNetwork
- 5 Properties
- 6 dllPathName=dllPathName_Property
- 6 inputData=inputData_Property
- 6 messageErrors=messageErrors_Property
- 5 Methods
- 6 loadWeights=loadWeights_Method
- 6 saveWeights=saveWeights_Method
- 6 randomizeWeights=randomizeWeights_Method
- 6 resetNetwork=resetNetwork_Method
- 6 getResponse=getResponse_Method
- 6 getSensitivity=getSensitivity_Method
- 3 Example
- 4 Visual Basic Example=Visual_Basic_Example
- 4 Code=Visual_Basic_Example_Code
- 3 Reading Data from Text Files
- 4 Concepts=Reading_Data_from_Text_Files
- 4 Example=Reading_Data_from_Text_Files_Example
- 2 C++
- 3 Using the Generated DLL from C++=Using_the_Generated_DLL_from_C++
- 3 C++ Code Needed to Load the Generated DLL=C++_Code_Needed_to_Load_the_Generated_DLL
- 3 Protocol
- 4 createNetwork=createNetwork
- 4 destroyNetwork=destroyNetwork
- 4 getInputOutputInfo=getInputOutputInfo
- 4 loadWeights=loadWeights
- 4 saveWeights=saveWeights
- 4 seedRandom=seedRandom
- 4 randomizeWeights=randomizeWeights
- 4 resetNetwork=resetNetwork
- 4 train=train
- 4 getResponse=getResponse
- 4 getSensitivity=getSensitivity
- 4 removeInputNormalization=removeInputNormalization
- 4 removeOutputNormalization=removeOutputNormalization
- 4 setCrossValidationEnabled / getCrossValidationEnabled=setCrossValidationEnabled_/_getCrossValidationEnabled
- 4 setSaveBestWeightsEnabled / getSaveBestWeightsEnabled=setSaveBestWeightsEnabled_/_getSaveBestWeightsEnabled
- 4 setSaveBestWeightsForTraining / getSaveBestWeightsForTraining=setSaveBestWeightsForTraining_/_getSaveBestWeightsForTraining
- 4 setBestWeightsPathName / getBestWeightsPathName=setBestWeightsPathName_/_getBestWeightsPathName
- 4 setBestCost / getBestCost=setBestCost_/_getBestCost
- 4 getEpochOfBestCost=getEpochOfBestCost
- 4 getCostData=getCostData
- 4 getCrossValidationCostData=getCrossValidationCostData
- 4 getNumberOfEpochsTrained=getNumberOfEpochsTrained
- 4 setAutoComputeInputNormCoeff / getAutoComputeInputNormCoeff=setAutoComputeInputNormCoeff_/_getAutoComputeInputNormCoeff
- 4 setInputNormMin / getInputNormMin=setInputNormMin_/_getInputNormMin
- 4 setInputNormMax / getInputNormMax=setInputNormMax_/_getInputNormMax
- 4 setNormalizeInputByChannel / getNormalizeInputByChannel=setNormalizeInputByChannel_/_getNormalizeInputByChannel
- 4 setAutoComputeOutputNormCoeff / getAutoComputeOutputNormCoeff=setAutoComputeOutputNormCoeff_/_getAutoComputeOutputNormCoeff
- 4 setOutputNormMin / getOutputNormMin=setOutputNormMin_/_getOutputNormMin
- 4 setOutputNormMax / getOutputNormMax=setOutputNormMax_/_getOutputNormMax
- 4 setNormalizeOutputByChannel / getNormalizeOutputByChannel=setNormalizeOutputByChannel_/_getNormalizeOutputByChannel
- 3 Example
- 4 Visual C++ Example=Visual_C++_Example
- 4 Code=Visual_C++_Example_Code
- 1 Troubleshooting
- 2 DLL Creation Failed=DLL_Creation_Failed
- 1 Distributing Your Application
- 2 Distributing the NeuroSolutions Object Library=Distributing_the_NeuroSolutions_Object_Library
-